home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / demo / script-13 < prev    next >
Encoding:
Text File  |  1992-08-27  |  96 b   |  8 lines

  1.  
  2.  
  3. retrieve (e.name) 
  4. from e in emp*, s in student* 
  5. where e.age < s.age 
  6. and s.name = "fred"
  7. \g
  8.